From: Gerd Moellmann Date: Wed, 22 Aug 2001 09:43:40 +0000 (+0000) Subject: (struct face_cache): Add member X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~62362 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=90893c55a8e506342be3963b1a5dccb22f8dd8c3;p=emacs.git (struct face_cache): Add member menu_face_changed_p. --- diff --git a/src/dispextern.h b/src/dispextern.h index 6cd033745d4..d3f024e81c9 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1375,6 +1375,10 @@ struct face_cache /* The allocated size, and number of used slots of faces_by_id. */ int size, used; + + /* Flag indicating that attributes of the `menu' face have been + changed. */ + unsigned menu_face_changed_p : 1; };